Link VSCode with Remote WSL

Step 1. Install VSCode


  • Install Remote WSL in Extension tab of VSCode.

  • (File tab → Open Folder) Select the airflow-test folder that WSL installed.

  • (Terminal → New Terminal) Open a new terminal and add a WSL terminal.

  • Activate the virtual environment in WSL terminal.

  • Run a python code and check if it is printed well.

    • ex) main.py

Reference

Share